LogLevel

enum LogLevel : Enum<DonkeyConfig.LogLevel>

Defines the log levels for the framework

Entries

Link copied to clipboard
OFF()

Turn logging off completely

Link copied to clipboard

Log only errors generated by the framework

Link copied to clipboard

Log info messages indicating key points of the flow

Link copied to clipboard

Log all messages generated by the framework. Useful for debugging, but can get verbose (this is default value)